@import url('https://fonts.googleapis.com/css?family=Advent+Pro|Dancing+Script&display=swap');

html {
  scroll-behavior: smooth;
  background-color: #ffffff ;
}
body {
  font-family: 'Advent Pro', sans-serif;
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h2 {
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  font-size: 2em;
}
a {
  text-decoration: none;
  color: black;
}
/* ******************* FOOTER ET CONTACT ******************** */
footer {
  background-color: #524A3A;
  color: #FFFAE1;
  padding: 20px 0 10px 0;
  text-align: center;
}
form {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
input, textarea, button {
  border: none;
  width: 55%;
  padding: 15px 10px;
  margin: 1px 0;
  font-size: 1.2em;
  font-family: 'Advent Pro', sans-serif;
  border-radius: 8px;
}
textarea {
  height: 120px;
}
button {
  font-size: 1.5em;
  background-color: #00aeff;
}
button:hover {
  background-color: #e55039;
  color: #FFFAE1;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#deuxiemeTrait {
  height: 1px;
  width: 75%;
  background-color: #FFFAE1;
  margin: 60px auto;
}
#copyrightEtIcons {
  display: flex;
  margin-bottom: 20px;
  padding: 0 10%;
}
#copyright {
  width: 50%;
  text-align: left;
  color: #FFFAE1;
}
#icons {
  width: 50%;
  text-align: right;
}
#icons a {
  display: inline-block;
  padding: 0 15px;
  font-size: 1.3em;
  color: #FFFAE1;
}
#icons a:hover {
  transform: scale(1.5);
  transition: 0.1s;
}

h4 {
  background-color: #524A3A;
  color: #00F0FF;
  padding: 20px 0 10px 0;
  text-align: center;
}

#MeContacter {
  padding-top: 60px;
  background-color:#FFFAE1;
  background-size: cover;
  height: 599px;
}

#AutreAdresse {
  padding-top: 60px;
  background-color:#FFFAE1;
  background-size: cover;
  height: 299px;
}

#AutreAdresse a{
  font-family: 'Dancing Script', cursive;
  text-decoration: underline;
  color: #00aeff;
}

h5 {
  font-family: 'Advent Pro', sans-serif;
  text-align: center;
  padding-top: 20px;
  font-size: 2em;
}
@media screen and (max-width:1000px){
  #AutreAdresse{
    height: 400px;
  }
}
